type github.com/jackc/pgx/v5/pgtype.scanPlanTextRangeToRangeScanner

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		range_codec.go#L247: 			return &scanPlanTextRangeToRangeScanner{rc: c, m: m}
		range_codec.go#L304: type scanPlanTextRangeToRangeScanner struct {
		range_codec.go#L309: func (plan *scanPlanTextRangeToRangeScanner) Scan(src []byte, target any) error {